google.golang.org/grpc/internal/transport.cleanupStream.streamID (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L141: streamID uint32
controlbuf.go#L805: if str, ok := l.estdStreams[c.streamID]; ok {
controlbuf.go#L809: delete(l.estdStreams, c.streamID)
controlbuf.go#L821: if err := l.framer.fr.WriteRSTStream(c.streamID, c.rstCode); err != nil {
http2_client.go#L952: streamID: s.id,
http2_server.go#L379: streamID: streamID,
http2_server.go#L494: streamID: streamID,
http2_server.go#L558: streamID: streamID,
http2_server.go#L691: streamID: se.StreamID,
http2_server.go#L873: streamID: f.Header().StreamID,
http2_server.go#L1339: streamID: s.id,
http2_server.go#L1363: streamID: s.id,